"phpstorm AND jetbrains AND ubuntu" in Forum Topics
Forum Topics
Bridge and group_by option
06/13/16 10:23:15AM, by amartins
Hello. I am trying to get a list of available music genres from Jamroom framework with Bridge connection to audio module, the column I am targeting is audio_genre, as so the request URL is like: http://my.cool.jamroom.dom/api/bridge/audio/search?group_by=audio_genre. Since there is only 3 distinct genres it should return me 3 '_elements', one for each genre. But that's not happening it returns same result as if 'group_by=audio_genre' wasn't there: any idea why? Thanks for attention.
Duplicates and 'follow_unique' in jrdiscussion_follow_topic
11/19/17 08:41:54PM, by TiG
This is a very specific question, but I am making use of the 'follow discussion' functionality and want to ensure I understand the semantics. The functionality seems to act as though (follow_topic_id,follow_user_id) is the unique key yet the table (by extension) shows duplicates for this pairing. From what I can tell, the duplicates occur if one is already following a discussion - each new comment posted on the discussion creates another record in the table. Thus following creates a...
Block and unBlock of a User
12/15/20 08:40:12AM, by TiG
Just checking in case I missed it. We have a need to programmatically issue a block and optionally an unblock of a user. The objective is to ensure a suspended user (suspension is an NT function) can no longer access their account settings and change their name, etc. The block function conveniently does that (and more) by preventing signin. Trouble is, the active function that implements the block and unblock is embedded within view_ code. Thus it is not a function we can call....
JR5 Jplayer and Youtube
12/01/13 08:47:34AM, by johnchansa
I remember asking about this a while ago.It was not possible then.I found this info which may be of interest: "hi i have found this http://p-stevenson.com/free-stuff/jplayer.php where the owner managed to implement youtube video into jplayer. http://p-stevenson.com/free-stuff/demo/jplayer/youtube-custom.html please note when you download the demo files there is a bug in the youtube player to fix it just go to http://p-stevenson.com/free-stuff/demo/jplayer/youtube-custom.html and copy the...
Searching with AND operator
04/10/18 10:59:32AM, by lornawebber
Has anything changed in the search function recently (in the past month). I used to be able to use the AND operator to search for images with two terms together. This no longer seems to work on our site. Results are returned as though the AND is not there, i.e. AND behaves the same way as OR. Is this a problem that requires the Search index to be rebuilt? It would be extremely helpful to have a definitive search guide as suggested by @researchcooperative on the documentation page for...
User playlists and jplayer
12/19/13 09:49:35AM, by johnchansa
I created a playlist for a radio station on my site but I found that the jplayer only lists audio files and not soundcloud items.The soundcloud items are listed outside the player on the profile page. I thought the jplayer can handle soundcloud tracks just like any other audio track.Is there something I did not set right?
MariaDB and Litespeed Server
07/21/17 10:06:13AM, by derrickhand300
Hello I had a couple questions concerning server upgrades. Last night I switched fro Apache Server to Litespeed and the difference has been notable-however I am seeing an issue with mp3 files not playing in Chrome and Firefox-my server support has not been able to resolve other than they have identified it as a Litespeed issue and are working with Litespeed to try and understand/fix My question on this is has anyone else tried running Litespeed in place of Apache?-If so have you seen the...
search by genre and/or mood
08/09/17 08:45:24AM, by dm
I am using the beatslinger skin. What code do I use to search by genre and/or mood via select options dropdown? Thanks in advance!
Reverbnation link and stats
10/28/15 12:28:20PM, by davej56
Have you looked into creating a link for Reverbnation like we have for others such as Utube and Vimeo? And/or is there possibly anything in the works to create broader based statistics like Reverbnation gives a user on local and world music stats?
Add Genre and Mood
07/17/17 04:39:03PM, by dm
Hi! I would like to add genre and mood option fields to the "create audio file" section. I was able to create the fields but when I add the values, only one shows up. Any ideas? I am using the Beat Slinger skin. Here are some of my values: Option Value|Metal Core Option Value|Midwest Option Value|Neo Soul Option Value|New Age Option Value|New School Option Value|Old School Option Value|Orchestral Thanks in advance!
Default tree and profile???
04/24/15 06:54:11AM, by silverwolf
After installing geonosis, I subscribe and I become master admin. This is good! My wife registered on the site, and I defined admin profile. This is good! My wife joins me as a spouse. This is good! My wife says her father. This is good! I added my father. This is good! Why my profile is not in the default tree and that of my wife? My father is not in the tree by default?
Implementing SSO and authentication
03/26/24 08:58:39AM, by Clay Gordon
I have a Ghost site at domain.com and I want to implement SSO to my jamroom site at sub.domain.com. Ghost does not have the equivalent of Jamroom forums and I want to make the Jamroom forums available to all members (signups are turned off on my Jamroom site) – even as an archive the traffic is strong and there are about 12,000 posts in the Forum that, right now, are read-only for new visitors. When someone signs up at ghost it will trigger a webhook event (members.added) and a middleware...